[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SET EXCLUSIVE

    SET EXCLUSIVE determines the way in which database and related memo and
    index files are opened.  It is used in conjunction with multi-user
    environments.

Syntax

    SET EXCLUSIVE ON/OFF

Usage

    When EXCLUSIVE is ON, all database and associated files are opened as
    non-shareable and cannot be USEd by other users until they are CLOSEd.

    When EXCLUSIVE is OFF, all non-shared access must be controlled
    programmatically using RLOCK(), FLOCK(), and USE...EXCLUSIVE.

See Also: USE RLOCK()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson